Network Framework Principles
Simple threading model eliminates deadlocks and bookkeeping overhead
Fast and simple input()/output() layering
Zero copy Packet abstraction throughout all layers
Efficient, low overhead glue to java.net and java.io

Return to Tracks